(bibtex-files): Fix customization type.
authorRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 21 Jan 2007 13:45:48 +0000 (13:45 +0000)
committerRoland Winkler <Roland.Winkler@physik.uni-erlangen.de>
Sun, 21 Jan 2007 13:45:48 +0000 (13:45 +0000)
lisp/textmodes/bibtex.el

index 3adec5d7a0120c5e44c2082fbb02603a926cb2e2..06fa3a01186b1398b0304ef64c1a69956481cdda 100644 (file)
@@ -530,7 +530,8 @@ directories specified in `bibtex-file-path'.  If an element is a directory,
 check all BibTeX files in this directory.  If an element is the symbol
 `bibtex-file-path', check all BibTeX files in `bibtex-file-path'."
   :group 'bibtex
-  :type '(repeat file))
+  :type '(repeat (choice (const :tag "bibtex-file-path" bibtex-file-path)
+                         directory file)))
 
 (defvar bibtex-file-path (getenv "BIBINPUTS")
   "*Colon separated list of paths to search for `bibtex-files'.")